Skip to content

Add simple PR comment sub-action#636

Merged
bluwy merged 9 commits into
mainfrom
pr-comment
May 30, 2026
Merged

Add simple PR comment sub-action#636
bluwy merged 9 commits into
mainfrom
pr-comment

Conversation

@bluwy
Copy link
Copy Markdown
Member

@bluwy bluwy commented May 28, 2026

Separate but complements #625

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 28, 2026

🦋 Changeset detected

Latest commit: 6575740

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@changesets/action Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment thread pr-comment/action.yml
Comment thread src/pr-comment/index.ts
Comment on lines +5 to +10
type CreateCommentParams = NonNullable<
Parameters<Octokit["rest"]["issues"]["createComment"]>[0]
>;
type UpdateCommentParams = NonNullable<
Parameters<Octokit["rest"]["issues"]["updateComment"]>[0]
>;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

octokit package layout... requires acquired taste 🫠

Comment thread src/pr-comment/index.ts Outdated
@bluwy bluwy added this pull request to the merge queue May 30, 2026
Merged via the queue into main with commit b072bcc May 30, 2026
7 checks passed
@bluwy bluwy deleted the pr-comment branch May 30, 2026 19:40
@github-actions github-actions Bot mentioned this pull request May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants